Syntax

DC UPDATE Time Hours

Parameters

float: Time Hours

The new time, in floating-point hours.

Returns

This command does not return a value.

Example Code

rem starting at 9am:
time#=9.0
rem Main loop
do
    time#=time#+1.0/(60.0*60.0*60.0)
    dc update time#
loop

See also

DarkCLOUDS Commands Menu
Index